object Form5: TForm5 Left = 282 Top = 191 BorderIcons = [] BorderStyle = bsSingle Caption = 'Bookmark file repair' ClientHeight = 150 ClientWidth = 287 Color = clSilver Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OnActivate = FormActivate OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 3 Top = 0 Width = 281 Height = 145 TabOrder = 0 object repair_b: TButton Left = 144 Top = 104 Width = 129 Height = 33 Caption = 'Repair it!' Default = True Enabled = False TabOrder = 0 OnClick = repair_bClick end object GroupBox2: TGroupBox Left = 8 Top = 13 Width = 265 Height = 84 Caption = 'File to repair:' TabOrder = 1 object Gauge1: TGauge Left = 8 Top = 49 Width = 249 Height = 25 Enabled = False ForeColor = clRed Progress = 0 end object passnr_l: TLabel Left = 16 Top = 54 Width = 3 Height = 13 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True end object rfilename: TEdit Left = 8 Top = 17 Width = 185 Height = 21 Color = clMenu ReadOnly = True TabOrder = 0 end object browse_b: TButton Left = 200 Top = 16 Width = 57 Height = 25 Caption = 'Browse...' TabOrder = 1 OnClick = browse_bClick end end object Button3: TButton Left = 8 Top = 104 Width = 129 Height = 33 Caption = 'Cancel' TabOrder = 2 OnClick = Button3Click end end object OpenDialog1: TOpenDialog Filter = 'Bookmark File (*.htm *.html)|*.htm;*.html' Left = 2 Top = 88 end end